/* header02 */
.header02 {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 5;
    overflow: visible;
    z-index: 1111;
}
div.sub_tab_wrap {
    height: 8vw;
    margin-bottom: -8vw;
}
div.sub_tab {
    width: 66.6667vw;
    height: 4.01046vw;
    position: absolute;
    gap: 8.5vw;
    /* top: 0vw; */
    background-color: #fff;
    transition: all 0.3s;
    border-radius: 50vw;
    box-sizing: border-box;
    box-shadow: 0 0 1.9792vw rgba(0, 0, 0, 0.11);
}
.sub_tab a {
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: 600;
    transition-duration: 0.3s;  
    transition-property: background, color;
  position: relative;
  border-radius: 1vw;
  box-sizing: border-box;
  font-size: var(--size-19);
}

.sub_tab a:hover {
    color: #006290;
}
.sub_tab a.sub_change {
    color: #006290;
}
.sub_tab.drop {
    top: 6vw;
    z-index: 9998;
}
.sub_tab.insert {
    top: 1vw;
    z-index: 9998;
}
/* header02 */


.sub {
    height: 28.8021vw;
}
.sub_bg {
    background-color: #000;
    overflow: hidden;
}
.sub_bg iframe {
    scale: 2;
    opacity: 0.2;
}
.sub_cover {
    height: 100%;
    box-sizing: border-box;
    padding-top: 10vw;
}
.sub_tt01 {
    text-transform: uppercase;
    font-weight: 800;
    font-size: var(--size-54);
    margin-bottom: 0.7vw;
}
.bcon01 .sub_tt01 {
    margin-bottom: -0.7vw;
    font-size: var(--size-90);
}
.sub_tt01 span {
    color: #398AB0;
}
.sub_tt02 {
    font-size: var(--size-22);
    font-weight: 400;
}
.sub_line {
    height: 1px;
    background-color: #fff;
    opacity: 0.14;
    margin-bottom: 1vw;
}



@media screen and (max-width:599px) {
    .sub {
        margin-top: 15vw;
        height: 68.8vw;
    }

    .sub_tt01 {
        text-transform: uppercase;
        font-weight: 800;
        font-size: var(--size-54);
        margin-bottom: 2.7vw;
    }

    .sub_line {
        height: 1px;
        background-color: #fff;
        opacity: 0.14;
        margin-bottom: 5vw;
    }

    .sub_tab.drop {
        top: 17vw;
        z-index: 9998;
    }

    .sub_tab.insert {
        top: 17vw;
        z-index: 9998;
    }
div.sub_tab {
    width: 93.6667vw;
    height: 11.01046vw;
    position: absolute;
    gap: 4.5vw;
    /* top: 0vw; */
    background-color: #fff;
    transition: all 0.3s;
    border-radius: 50vw;
    box-sizing: border-box;
    box-shadow: 0 0 1.9792vw rgba(0, 0, 0, 0.11);
}
div.sub_tab_wrap {
    height: 19vw;
    margin-bottom: -19vw;
}
.sub_tab a {
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: 600;
    transition-duration: 0.3s;
    transition-property: background, color;
    position: relative;
    border-radius: 1vw;
    box-sizing: border-box;
    font-size: var(--size-16);
}

}